File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Click here for the latest [releases](https://github.com/DMPRoadmap/roadmap/relea
1919
2020#### Pre-requisites
2121Roadmap is a Ruby on Rails application and you will need to have:
22- * Ruby = 2.4.0 - 2.4.4
23- * Rails = 4.2
22+ * Ruby = 2.7.6
23+ * Rails = 6.1
2424* MySQL >= 5.0 OR PostgreSQL
2525
2626Further detail on how to install Ruby on Rails applications are available from the Ruby on Rails site: http://rubyonrails.org .
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def name_and_text
1414 use_api : _ ( 'API rights' ) ,
1515 change_org_details : _ ( 'Manage organisation details' ) ,
1616 grant_api_to_orgs : _ ( 'Grant API to organisations' ) ,
17- review_org_plans : _ ( '' )
17+ review_org_plans : _ ( 'Review organisational plans ' )
1818 }
1919 end
2020end
Original file line number Diff line number Diff line change 8080 links : org . links . fetch ( "org" , [ ] ) ,
8181 max_number_links : Rails . configuration . x . max_number_links_funder ,
8282 tooltip : shared_links_tooltip } ) %>
83- <%= hidden_field_tag ( 'org_links' , value : org . links ) %>
83+ <%= hidden_field_tag ( 'org_links' , org . links ) %>
8484 </ div >
8585 </ div >
8686
You can’t perform that action at this time.
0 commit comments